home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000168_fdc@columbia.edu_Fri Jun 21 16:22:39 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 13472 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: can MS Kermit display a 25 line terminal?
  6. Date: 21 Jun 2002 16:22:33 -0400
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <af01u9$bph$1@watsol.cc.columbia.edu>
  10. References: <MPG.177c17e6695927a09896a0@news.mi.comcast.giganews.com> <aevbh9$7g0$1@watsol.cc.columbia.edu> <MPG.177d25136f7733d9896a3@news.mi.comcast.giganews.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1024690954 17885 128.59.39.139 (21 Jun 2002 20:22:34 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 21 Jun 2002 20:22:34 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13472
  16.  
  17. In article <MPG.177d25136f7733d9896a3@news.mi.comcast.giganews.com>,
  18. Al Puzzuoli  <alpuzz@comcast.net> wrote:
  19. : In article <aevbh9$7g0$1@watsol.cc.columbia.edu>, fdc@columbia.edu 
  20. : says...
  21. : > In article <MPG.177c17e6695927a09896a0@news.mi.comcast.giganews.com>,
  22. : > Al Puzzuoli  <alpuzz@comcast.net> wrote:
  23. : > : I am using MS Kermit to telnet into a Linux box with emulation set to 
  24. : > : vt100.  By default, I am getting a 24 line 80 col display with a status 
  25. : > : line at the bottom.  However, I want to be able to play the ADOm, which 
  26. : > : is a text mode game that requires a 25 line, 77 col display.  Is it 
  27. : > : possible to set MS Kermit to do this and if so, how?
  28. : > : 
  29. : > SET MODE-LINE OFF
  30. :
  31. : Thanks for this.  The set mode-line off does get rid of the status line; 
  32. : However, Kermit is still only writing to the first 24 lines of the 
  33. : screen, and leaving the 25th line blank.  I'm no terminal emulation 
  34. : expert so I'm wondering if this is due to some setting at the Linux end 
  35. : of the connection.
  36. MS-DOS Kermit does not include Linux console emulation.  VT emulation uses
  37. 24 lines.  The 25th line can be either Kermit's status line or a
  38. host-controlled status line, addressable directly, but not via scrolling.
  39.  
  40. Try changing the terminal emulation to ANSI.  It's not a perfect match but
  41. it allows the 25th line to be a like the other 24.
  42.  
  43. Windows users, of course, would use Kermit 95, which supports Linux Console
  44. emulation directly:
  45.  
  46.   http://www.columbia.edu/kermit/k95.html
  47.  
  48. - Frank
  49.